ActiveReports 12
GetProperties(Attribute[]) Method

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > CustomProperties Class > GetProperties Method : GetProperties(Attribute[]) Method
The attributes array.
Gets the properties for this instance of a component.
Syntax
'Declaration
 
Public Overloads Function GetProperties( _
   ByVal attributes() As Attribute _
) As PropertyDescriptorCollection
public PropertyDescriptorCollection GetProperties( 
   Attribute[] attributes
)

Parameters

attributes
The attributes array.

Return Value

A System.ComponentModel.PropertyDescriptorCollection that represents the filtered properties for this component instance.
See Also

Reference

CustomProperties Class
CustomProperties Members
Overload List